home *** CD-ROM | disk | FTP | other *** search
- # DialBix.scp
- #
- # This is a sample script to dial BIX through tymnet. Fill in the
- # right parameters...
- #
- screengadgets off
- lines 40
- parity none
- echo on
-
- send "ATDT --- ----*R" # Put phone number here
-
- wait "~"
-
- delay 1
- emit "a"
- send "a"
-
- on "Name" goto rest
-
- loop:
- wait "in:"
- delay 2
- send "*X08bix*R" # *X08 -> set tymnet up for local echo.
- emit "*X08bix*R"
- goto loop
-
- rest:
- send "---------*R" # Your account name
- emit "---------*R"
- beep
-
- exit quiet # You'll have to type your password yourself.
-